home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / rocket_launcher.swf / scripts / DefineButton2_169 / BUTTONCONDACTION on(press).as
Text File  |  2006-01-17  |  122b  |  10 lines

  1. on(press){
  2.    if(isPlaying == "5")
  3.    {
  4.       tellTarget("/reset score")
  5.       {
  6.          play();
  7.       }
  8.    }
  9. }
  10.